Don't mark a space as translatable
authorMatthias Clasen <mclasen@redhat.com>
Sat, 31 Aug 2013 03:44:04 +0000 (23:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 31 Aug 2013 03:45:08 +0000 (23:45 -0400)
There is no point in translating a string that consists just
of a single space. Pointed out in

https://bugzilla.gnome.org/show_bug.cgi?id=706778

gtk/gtkmessagedialog.ui

index 3c23a4fe181e4c200879b3f8ba626374328b3599..41b53925751a79a24d931f7574d886a779f5a812 100644 (file)
@@ -4,7 +4,7 @@
   <template class="GtkMessageDialog" parent="GtkDialog">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
-    <property name="title" translatable="yes"> </property>
+    <property name="title"> </property>
     <property name="resizable">False</property>
     <property name="type_hint">dialog</property>
     <property name="skip_taskbar_hint">True</property>